home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
new
/
cmnu191.arj
/
WHATS.NEW
< prev
Wrap
Text File
|
1993-02-15
|
4KB
|
104 lines
Custom#Menu Whats.New
------------------------------------------------------------------------
Revision History
Version 1.91 (2/15/93)
. Release 12 Cursor Menus added
. Additional file buffering added for increased speed
. Fixed lockup bug in ADS version (file open not in "compatability" mode).
Version 1.9 (5/7/92)
. Added ADS mode (similar to AutoLISP mode) menu items.
. Fixed lockup bug in ADS version (wild buffer pointer).
Version 1.8 (10/4/91)
. Initial release of the ADS version, functionally identical to
the AutoLISP / DOS executable version except written entirely
as an ADS application.
Version 1.7 (4/17/91)
. Added "Edit" command, CMenu can now grab a submenu and call
your ASCII editor to edit the file then reassemble the .MNU
file after the edit.
. Increased record buffer size to accommodate some 3rd party
menu files.
. Changed the shareware message screen routine from a nice popup
window to vanilla text to reduce program size and load time.
Version 1.61 (3/14/91)
. Fixed a bug where a multi-line menu item containing more than
1000 characters caused program execution failure. (variables
overwritten) The new limit is 5000 characters.
. Speed critical routines were optimized and additional file
buffering was added to increase program speed.
Version 1.6 (3/1/91)
. The AutoLISP option now will either load and run, or merely
load a .LSP file. This is useful for lisp routines that
execute as they load.
. Insert mode now allows for the selection of X and Y scales as
well as rotation angle.
. Multiple BUTTON menus in a menu file now handled properly.
. Opening shareware message changed and delay reduced to 3
seconds.
. The menu file search path has been expanded to maintain
compatibility with AutoCAD Release 11. The entire Library path
is now searched.
. The LEARN routine will now exit pending commands when Escape
is pressed.
. Backslashes "\" are changed to slashes "/" in insert block
filenames.
Version 1.5 (11/23/90)
. Learn routine added.
. Now properly handles '/' as well as '\' as path separator from
AutoCAD
. Now handles "**" as well as "***" as the target for menu
areas. (eg ***SCREEN or **SCREEN)
. The backup file now named <menuname>.CMU instead of
OLDMENU.MNU so that each menu has it's own backup file. Undo
will now undo only the menu if the names and path match.
Version 1.4 (10/15/90)
. Fixed "Error locating target" problem when **S did not follow
***SCREEN in the menu file.
. Fixed menu file search problem when the DOS environment
variable ACAD has not been set.
. Reduced the price to 20 bucks.
. Added password code to disable the opening delay for
registered users.
Version 1.3 (8/26/90)
. General streamlining - CMENU.LSP and CMENU.EXE now run faster.
. Documentation revisions
Version 1.2 (7/28/90)
. AutoCAD menus on different disk drives can now be modified
. Fixed popup submenu bug. Popup menus are now popped one level
prior to user location select, and CMENU.EXE properly finds
the first level popup menu.
Version 1.1 (7/6/90)
. Bug fix, AutoCAD internal subroutine TYPE was being
overwritten by a CMENU variable.
Version 1.0 (7/1/90)
. Original release